home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10366 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  35 lines

  1. Newsgroups: comp.lang.c++
  2. Path: ncrgw2.ncr.com!ncrhub6!daynews!ranger!news
  3. From: Jeff Miko <Jeff.Miko@DaytonOH.ncr.com>
  4. Subject: OLE Custom Property Page Question
  5. X-Nntp-Posting-Host: 192.127.53.180
  6. Content-Type: text/plain; charset=us-ascii
  7. Message-ID: <Dnwxtz.Kwp@ranger.daytonoh.attgis.com>
  8. Sender: news@ranger.daytonoh.attgis.com (News Administrative Login)
  9. Content-Transfer-Encoding: 7bit
  10. Organization: NCR
  11. Mime-Version: 1.0
  12. Date: Thu, 7 Mar 1996 19:51:35 GMT
  13. X-Mailer: Mozilla 1.22 (Windows; U; 32bit)
  14.  
  15. I have built a custom control using VC4 and I'm having 2 minor 
  16. problems.
  17.  
  18. First, when I change the properties at design time using VB4, 
  19. my control's custom property page and VB's property page don't 
  20. update each other.  If I make a change on my control's custom 
  21. property page, the VB property page doesn't reflect the new 
  22. changes.  The same thing happens if I change the properties 
  23. using VB's page, my control's custom property page doesn't 
  24. indicate any changes.
  25.  
  26. Now for the confusing part. Any changes I make DO take affect. 
  27. If I make a change on my control's custom property page, they 
  28. won't show up on VB's property page, but they will be correct 
  29. at run-time.
  30.  
  31. I can't figure this out.  I would appreciate any help
  32.  
  33. Thanks,  Jeff
  34.  
  35.